Skip to content

Commit 3b8761c

Browse files
author
Rik Wehbring
committed
Include top_srcdir for compilation of plugins which is needed for some
complicated build strategies.
1 parent f35b60f commit 3b8761c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Expense/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $Id: Makefile.am,v 1.7 2009/07/06 22:29:47 rikster5 Exp $
1+
# $Id: Makefile.am,v 1.8 2009/08/11 20:13:41 rikster5 Exp $
22

33
libdir = @libdir@/@PACKAGE@/plugins
44

55
if MAKE_EXPENSE
66

77
lib_LTLIBRARIES = libexpense.la
88
libexpense_la_SOURCES = expense.c
9-
libexpense_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@
9+
libexpense_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@ -I$(top_srcdir)
1010
libexpense_la_LDFLAGS = -module -avoid-version
1111
libexpense_la_LIBADD = @GTK_LIBS@
1212

KeyRing/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.am,v 1.10 2009/07/06 22:29:47 rikster5 Exp $
1+
# $Id: Makefile.am,v 1.11 2009/08/11 20:13:41 rikster5 Exp $
22

33
libdir = @libdir@/@PACKAGE@/plugins
44

@@ -8,7 +8,7 @@ if MAKE_KEYRING
88

99
lib_LTLIBRARIES = libkeyring.la
1010
libkeyring_la_SOURCES = keyring.c
11-
libkeyring_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@ @LIBGCRYPT_CFLAGS@
11+
libkeyring_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@ @LIBGCRYPT_CFLAGS@ -I$(top_srcdir)
1212
libkeyring_la_LDFLAGS = -module -avoid-version
1313
libkeyring_la_LIBADD = @OPENSSL_LIBS@ @GTK_LIBS@ @LIBGCRYPT_LIBS@
1414

SyncTime/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $Id: Makefile.am,v 1.7 2009/07/06 22:29:47 rikster5 Exp $
1+
# $Id: Makefile.am,v 1.8 2009/08/11 20:13:42 rikster5 Exp $
22

33
libdir = @libdir@/@PACKAGE@/plugins
44

55
if MAKE_SYNCTIME
66

77
lib_LTLIBRARIES = libsynctime.la
88
libsynctime_la_SOURCES = synctime.c
9-
libsynctime_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@
9+
libsynctime_la_CFLAGS = @PILOT_FLAGS@ @GTK_CFLAGS@ -I$(top_srcdir)
1010
libsynctime_la_LDFLAGS = -module -avoid-version
1111
libsynctime_la_LIBADD = @GTK_LIBS@
1212

0 commit comments

Comments
 (0)