blob: 1d4d926715bc2440ba49662a6138127d4417ec4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- gnubiff-2.2.17-r3/src/Makefile.am
+++ gnubiff-2.2.17-r3/src/Makefile.am
@@ -6,11 +6,11 @@
-DGNUBIFF_DATADIR=\""$(pkgdatadir)"\" \
-DGNUBIFF_ICONDIR=\""$(datadir)/pixmaps"\" \
-DGNUBIFF_UIDIR=\""$(datadir)/gnome-2.0/ui"\" \
-DREAL_DATADIR=\""$(datadir)"\" \
-D_GNU_SOURCE \
- -Wall -ansi -pedantic -export-dynamic
+ -Wall -ansi -pedantic
bin_PROGRAMS = gnubiff
gnome_sources = \
ui-applet-gnome.cc ui-applet-gnome.h
|