diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a3fcf2b5..fc41b8f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,7 +85,7 @@ if RAPTOR_PARSER_RSS libraptor_la_SOURCES += raptor_rss.c endif if RAPTOR_NFC_CHECK -raptor_nfc_data.c raptor_nfc.c raptor_nfc.h +libraptor_la_SOURCES += raptor_nfc_data.c raptor_nfc.c raptor_nfc.h endif if STRCASECMP libraptor_la_SOURCES += strcasecmp.c |