blob: e4570acb9d09a5c966a53392fa9dde4ccc9e89dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- sylpheed-2.2.2/libsylph/Makefile.am.orig 2006-03-03 14:45:37.000000000 -0800
+++ sylpheed-2.2.2/libsylph/Makefile.am 2006-03-03 14:45:50.000000000 -0800
@@ -3,7 +3,7 @@
-DG_LOG_DOMAIN=\"LibSylph\" \
-DSYSCONFDIR=\""$(sysconfdir)"\"
-INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir) -I$(includedir)
+INCLUDES = $(GLIB_CFLAGS) -I$(top_srcdir)
#lib_LTLIBRARIES = libsylph.la
noinst_LTLIBRARIES = libsylph.la
|