Move application data files to data folder
[hvgrip.git] / src / Makefile.am
index 27f0deb..bd82173 100644 (file)
@@ -1,60 +1,39 @@
 AM_CPPFLAGS = \
     $(WARNINGCFLAGS) \
-    -I$(top_srcdir) \
-    -I$(includedir) \
-    -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \
-    -DG_LOG_DOMAIN=\"grip\" \
+    -DICONDIR=\""$(datadir)/pixmaps"\" \
     -DLOCALEDIR=\"$(localedir)\" \
-    -I../intl -I$(top_srcdir)/intl \
-    -DPREFIX=\""$(prefix)"\" \
-    -DSYSCONFDIR=\""$(sysconfdir)"\" \
-    -DDATADIR=\""$(datadir)"\" \
-    -DDOCDIR=\""$(docdir)"\" \
-    -DLIBDIR=\""$(libdir)"\"
+    -DDOCDIR=\""$(docdir)"\"
 
 bin_PROGRAMS = grip
 
 grip_SOURCES = \
-       cppmain.cc \
-        main.c \
-       common.h \
-        grip.c \
-       grip.h \
-       cddev.c \
-       cddev.h \
-       cdplay.c \
-       cdplay.h \
-       discedit.c \
-       discedit.h \
-       rip.c \
-       rip.h \
-       cdpar.c \
-       cdpar.h \
-       id3.c \
-       grip_id3.h \
-       discdb.c \
-       discdb.h \
-       uihelper.c \
-       status_window.c \
-       status_window.h \
-       xpm.h \
-       dialog.c \
-       dialog.h \
-       gripcfg.c \
-       gripcfg.h \
-       parsecfg.c \
-       parsecfg.h \
-       launch.c \
-       launch.h \
-       gain_analysis.c \
-       gain_analysis.h \
-       eggtrayicon.c \
-       eggtrayicon.h \
-       tray.c \
-       tray.h \
-        gettext.h
+    cppmain.cc \
+    main.c \
+    common.h \
+    grip.c grip.h \
+    cddev.c cddev.h \
+    cdplay.c cdplay.h \
+    discedit.c discedit.h \
+    rip.c rip.h \
+    cdpar.c cdpar.h \
+    id3.c grip_id3.h \
+    discdb.c discdb.h \
+    status_window.c status_window.h \
+    dialog.c dialog.h \
+    gripcfg.c gripcfg.h \
+    parsecfg.c parsecfg.h \
+    launch.c launch.h \
+    gain_analysis.c gain_analysis.h \
+    eggtrayicon.c eggtrayicon.h \
+    tray.c tray.h \
+    uihelper.c \
+    xpm.h \
+    gettext.h
 
-grip_LDADD = @TERMINAL_WIDGET_LIBS@ $(CDPAR_LIBS) $(ID3_LIBS)
+grip_LDADD = \
+    @TERMINAL_WIDGET_LIBS@ \
+    $(CDPAR_LIBS) \
+    $(ID3_LIBS)
 
 CLEANFILES = *~