src/Makefile.am: Added dependencies on `utils_cmd_putnotif.[ch]' to the exec plugin.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 27 Feb 2008 09:21:00 +0000 (10:21 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 27 Feb 2008 09:21:00 +0000 (10:21 +0100)
src/Makefile.am

index 30ea1ee..257cadc 100644 (file)
@@ -216,7 +216,9 @@ endif
 
 if BUILD_PLUGIN_EXEC
 pkglib_LTLIBRARIES += exec.la
-exec_la_SOURCES = exec.c utils_cmd_putval.c utils_cmd_putval.h
+exec_la_SOURCES = exec.c \
+                 utils_cmd_putnotif.c utils_cmd_putnotif.h \
+                 utils_cmd_putval.c utils_cmd_putval.h
 exec_la_LDFLAGS = -module -avoid-version
 if BUILD_WITH_LIBPTHREAD
 exec_la_LDFLAGS += -lpthread