echo "#include \"gpdf-marshal.h\"" > $@ && \
$(GLIB_GENMARSHAL) $< --body --prefix=gpdf_marshal >> $@
+BUILT_SOURCES = $(marshal_sources)
+DONT_DIST_SOURCE = $(marshal_sources)
+
+dist-hook:
+ for file in $(DONT_DIST_SOURCE) ; do \
+ rm -f $(distdir)/$$file ; \
+ done
+
stockdir = $(datadir)/pixmaps/gpdf
stock_DATA = fitwidth.png
CLEANFILES = \
$(server_DATA) \
- $(server_in_files:.server.in.in=.server.in)
-
-# $(marshal_sources)
+ $(server_in_files:.server.in.in=.server.in) \
+ $(marshal_sources)
EXTRA_DIST = $(stock_DATA) \
gpdf-marshal.list \
config.h \
$(ui_DATA) \
$(glade_DATA)
-
-DONT_DIST_SOURCE = $(marshal_sources)
-
-# dist-hook:
-# for file in $(DONT_DIST_SOURCE) ; do \
-# rm -f $(distdir)/$$file ; \
-# done
-