X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=cut-n-paste%2Ftoolbar-editor%2FMakefile.am;h=2d1614c6d6869498c346edc5abcfdf65713d6bb2;hb=b4400b84fbb899a1984c8e145b91a09de3a35516;hp=c2b86e6119c8395a8be902c4db3a5081dbd800dd;hpb=c6c3e49776af18ae7a8ce433ac31121a0cdfbc6d;p=evince.git diff --git a/cut-n-paste/toolbar-editor/Makefile.am b/cut-n-paste/toolbar-editor/Makefile.am index c2b86e61..2d1614c6 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 @@ -20,14 +19,12 @@ libtoolbareditor_la_SOURCES = \ $(EGGSOURCES) \ $(EGGHEADERS) -libtoolbareditor_la_LIBADD = $(TOOLBAR_EDITOR_LIBS) - libtoolbareditor_la_CPPFLAGS = \ -I$(top_builddir)/lib/egg \ $(AM_CPPFLAGS) libtoolbareditor_la_CFLAGS = \ - $(TOOLBAR_EDITOR_CFLAGS) \ + $(LIB_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) \ -DCURSOR_DIR=\"$(pkgdatadir)\" \