X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Ftoolbar-editor%2FMakefile.am;h=a01c155a3e8b251f20ee5e5c83f032b109557862;hb=b59f53187ed898327f3f6a159d523c5fffaa2395;hp=3bd7b2846b0493ca524fb2e91bc13690ff7c859b;hpb=fe02b5353e3c1abaef92be240b006842d645f899;p=evince.git diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am index 3bd7b284..a01c155a 100644 --- a/cut-n-paste/toolbar-editor/Makefile.am +++ b/cut-n-paste/toolbar-editor/Makefile.am @@ -10,8 +10,7 @@ EGGHEADERS = \ noinst_HEADERS = \ $(EGGHEADERS) \ - eggmarshalers.h \ - eggintl.h + eggmarshalers.h noinst_LTLIBRARIES = libtoolbareditor.la @@ -21,12 +20,13 @@ libtoolbareditor_la_SOURCES = \ $(EGGHEADERS) libtoolbareditor_la_CPPFLAGS = \ - -I$(top_builddir)/lib/egg \ - -DCURSOR_DIR=\"$(pkgdatadir)/art\" \ $(AM_CPPFLAGS) libtoolbareditor_la_CFLAGS = \ - $(TOOLBAR_EDITOR_CFLAGS) \ + $(SHELL_CORE_CFLAGS) \ + $(WARN_CFLAGS) \ + $(DISABLE_DEPRECATED) \ + -DCURSOR_DIR=\"$(pkgdatadir)\" \ $(AM_CFLAGS) BUILT_SOURCES = \ @@ -57,6 +57,7 @@ eggtypebuiltins.c: stamp-eggtypebuiltins.c @true stamp-eggtypebuiltins.c: $(EGGHEADERS) ( cd $(srcdir) && $(GLIB_MKENUMS) \ + --fhead "#include \n\n" \ --fhead "#include \"eggtypebuiltins.h\"\n\n" \ --fprod "\n/* enumerations from \"@filename@\" */" \ --fprod "\n#include \"@filename@\"" \