summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2007-03-29 22:52:48 -0400
committerRay Strode <rstrode@redhat.com>2007-03-29 22:52:48 -0400
commit26ded598f15893d018db210bdcecc18cb29be22d (patch)
tree1fd252ff773a6b621bfe0797f1abefb3c5d477ad /src
parent814e5c2648aaff3b03ad14d421832fb4083e3198 (diff)
get things working a bit better
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a69b0fe..f401637 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,13 +7,12 @@ CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = pop-marshal.list
-panel-marshal.c: panel-marshal.list $(GLIB_GENMARSHAL)
+pop-marshal.c: pop-marshal.list $(GLIB_GENMARSHAL)
$(GLIB_GENMARSHAL) $< --body --prefix=pop_marshal > $@
pop-marshal.h: pop-marshal.list $(GLIB_GENMARSHAL)
$(GLIB_GENMARSHAL) $< --header --prefix=pop_marshal > $@
-
pop_demo_CFLAGS = $(POP_CFLAGS)
pop_demo_LDADD = $(POP_LIBS)
pop_demo_SOURCES = pop-window-stack.c \