build: Header files are also part of the build material
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Jan 2013 23:49:15 +0000 (15:49 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 15 Jan 2013 23:49:15 +0000 (15:49 -0800)
Makefile.am

index ac179d8..28fe19a 100644 (file)
@@ -89,9 +89,14 @@ tools_snep_send_SOURCES = $(gdbus_sources) src/log.c src/dbus.c \
                                        tools/snep-send.c src/agent.c
 tools_snep_send_LDADD = @GLIB_LIBS@ @DBUS_LIBS@
 
-tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c tools/nfctool/netlink.c \
-                                               tools/nfctool/sniffer.c \
-                                               tools/nfctool/llcp-decode.c
+tools_nfctool_nfctool_SOURCES = tools/nfctool/main.c \
+                                       tools/nfctool/nfctool.h \
+                                       tools/nfctool/netlink.h \
+                                       tools/nfctool/netlink.c \
+                                       tools/nfctool/sniffer.h \
+                                       tools/nfctool/sniffer.c \
+                                       tools/nfctool/llcp-decode.h \
+                                       tools/nfctool/llcp-decode.c
 
 tools_nfctool_nfctool_LDADD = @GLIB_LIBS@ @NETLINK_LIBS@