diff options
author | paul <paul> | 2005-04-20 09:08:27 +0000 |
---|---|---|
committer | paul <paul> | 2005-04-20 09:08:27 +0000 |
commit | 85d976a47925ac0307af71df16bb903b804b56f8 (patch) | |
tree | 61c8fab7ea7befe704bd5d8177accc185b08ede5 /ospfclient/Makefile.am | |
parent | 43313d05bce956b65711516f7aadf99ee2fed192 (diff) |
2005-04-20 Paul Jakma <paul@dishone.st>
* Makefile.am: Add @INCLUDES@ and srcdir to allow out-of-tree
builds to work.
Diffstat (limited to 'ospfclient/Makefile.am')
-rw-r--r-- | ospfclient/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/Makefile.am b/ospfclient/Makefile.am index c5068462..ab2a3786 100644 --- a/ospfclient/Makefile.am +++ b/ospfclient/Makefile.am @@ -1,6 +1,6 @@ ## Automake.am for OSPF API client -INCLUDES = -I../lib -I../ +INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib lib_LTLIBRARIES = libospfapiclient.la libospfapiclient_la_LDFLAGS = -version 0:0:0 |