]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1924] Fix makefile
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 11 Feb 2013 09:17:20 +0000 (10:17 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Mon, 11 Feb 2013 09:17:20 +0000 (10:17 +0100)
The .cc file must be in _SOURCES, not in nodist_SOURCES. This one is not
generated.

src/lib/cc/Makefile.am

index b3475d8ca7dea65c6d760e86417df297f3424240..caa5cc2b47e7c570c5f49d0ad3c0923240920d7f 100644 (file)
@@ -24,8 +24,9 @@ lib_LTLIBRARIES = libb10-cc.la
 libb10_cc_la_SOURCES = data.cc data.h session.cc session.h
 libb10_cc_la_SOURCES += logger.cc logger.h
 nodist_libb10_cc_la_SOURCES = cc_messages.cc cc_messages.h
+libb10_cc_la_SOURCES += proto_defs.cc
+nodist_libb10_cc_la_SOURCES += proto_defs.h
 libb10_cc_la_LIBADD = $(top_builddir)/src/lib/log/libb10-log.la
-nodist_libb10_cc_la_SOURCES += proto_defs.cc proto_defs.h
 
 CLEANFILES = *.gcno *.gcda session_config.h cc_messages.cc cc_messages.h