]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: both client and lib may need shipped headers in include/ 0.7.2
authorVincent Bernat <bernat@luffy.cx>
Sat, 20 Apr 2013 00:59:47 +0000 (02:59 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 20 Apr 2013 00:59:47 +0000 (02:59 +0200)
For example, when sys/queue.h is incomplete.

src/client/Makefile.am
src/lib/Makefile.am

index 66f4cfb024765caf38066583bbb076cc2c010193..44b6fefeb0ebb819fb560ab6af525645bb35d203 100644 (file)
@@ -1,3 +1,5 @@
+AM_CFLAGS = -I $(top_srcdir)/include
+
 sbin_PROGRAMS = lldpcli
 dist_man_MANS = lldpcli.8 lldpctl.8
 
index 837afaaa9b5331beb28efd179d40663a572888a2..47bb443fa3d083293a84f002bf4b6a75e72f7349 100644 (file)
@@ -1,3 +1,5 @@
+AM_CFLAGS = -I $(top_srcdir)/include
+
 lib_LTLIBRARIES = liblldpctl.la
 include_HEADERS = lldpctl.h