diff options
author | monsta <[email protected]> | 2016-07-13 14:33:00 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-07-13 14:33:00 +0300 |
commit | 8a7854934bcf19060286b51762d601541a43feb7 (patch) | |
tree | 162ae187d65305b10401a60d70747df71a6cf84a /src/Makefile.am | |
parent | 497342b7ac34c312127ce04a5778405a13449099 (diff) | |
download | eom-8a7854934bcf19060286b51762d601541a43feb7.tar.bz2 eom-8a7854934bcf19060286b51762d601541a43feb7.tar.xz |
drop unused include and defines
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 64da986..56b3f3a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -150,10 +150,8 @@ libeom_la_CPPFLAGS = \ -I$(top_srcdir)/cut-n-paste/toolbar-editor \ -I$(top_srcdir)/cut-n-paste/totem-screensaver \ -DG_LOG_DOMAIN=\"EOM\" \ - -DEOM_PREFIX=\""${prefix}"\" \ -DEOM_DATA_DIR=\""$(pkgdatadir)"\" \ -DEOM_LOCALE_DIR=\""$(datadir)/locale"\" \ - -DEOM_PIXMAPS_DIR=\""$(datadir)/pixmaps/eom"\" \ -DEOM_PLUGIN_DIR=\""$(libdir)/eom/plugins"\" libeom_la_CFLAGS = \ |