diff options
Diffstat (limited to 'components/rpmview/Makefile.am')
-rw-r--r-- | components/rpmview/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/components/rpmview/Makefile.am b/components/rpmview/Makefile.am index 8d65dd9bd..8a67e7a9b 100644 --- a/components/rpmview/Makefile.am +++ b/components/rpmview/Makefile.am @@ -1,10 +1,8 @@ NULL = -CPPFLAGS = \ - -DPREFIX=\"$(prefix)\" \ - -DG_LOG_DOMAIN=\"Nautilus-RPM\" - INCLUDES = \ + -DPREFIX=\"$(prefix)\" \ + -DG_LOG_DOMAIN=\"Nautilus-RPM\" \ -I$(top_srcdir) \ -I$(top_srcdir)/components/services/install/lib \ -I$(top_srcdir)/components/services/trilobite \ @@ -19,7 +17,6 @@ INCLUDES = \ $(NULL) oafdir = $(datadir)/oaf - oaf_DATA = nautilus-rpm-view.oafinfo bin_PROGRAMS = nautilus-rpm-view |