From c413810e6437fc5476127272e4bde820f71b83ff Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Tue, 10 Sep 2013 19:39:39 +0200 Subject: [PATCH] Removed unneeded variable from src/Makefile.am --- src/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index de161b1..7208674 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,10 +11,14 @@ INST_H_SRC_FILES = \ INST_H_BUILT_FILES = \ gswe-enumtypes.h -libswe_glib_sources = swe-glib.c gswe-moment.c gswe-timestamp.c gswe-enumtypes.c gswe_headers = gswe-timestamp.h gswe-types.h -libswe_glib_1_0_la_SOURCES = $(libswe_glib_sources) +libswe_glib_1_0_la_SOURCES = \ + swe-glib.c \ + gswe-moment.c \ + gswe-timestamp.c \ + gswe-enumtypes.c \ + $(NULL) libswe_glib_1_0_la_CFLAGS = $(GLIB_CFLAGS) $(GOBJECT_CFLAGS) -Wall libswe_glib_1_0_la_LIBADD = $(GLIB_LIBS) $(GOBJECT_LIBS) $(LIBSWE_LIBS)