summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1cc3e40)
raw | patch | inline | side by side (parent: 1cc3e40)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 18 Aug 2009 10:23:53 +0000 (12:23 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 18 Aug 2009 10:23:53 +0000 (12:23 +0200) |
The header file was not included in generated distribution tarballs.
src/Makefile.am | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 5e0b0285b4527a44671d6c74ca9eabbfe7607e6f..0ca68095f67f14f47d28d02cfb29f1ebdb251138 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
if BUILD_PLUGIN_MADWIFI
pkglib_LTLIBRARIES += madwifi.la
-madwifi_la_SOURCES = madwifi.c
+madwifi_la_SOURCES = madwifi.c madwifi.h
madwifi_la_LDFLAGS = -module -avoid-version
collectd_LDADD += "-dlopen" madwifi.la
collectd_DEPENDENCIES += madwifi.la