Removing unused files and revise Makefile 40/190840/1
authorYoungHun Kim <yh8004.kim@samsung.com>
Sun, 7 Oct 2018 22:49:07 +0000 (07:49 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Sun, 7 Oct 2018 22:49:07 +0000 (07:49 +0900)
Change-Id: I880d454bbee49cc9d6e5096c4f309c161a0211a3

Makefile.am
autogen.sh [deleted file]

index 2ab188c..3de2b34 100644 (file)
@@ -1,14 +1,7 @@
 lib_LTLIBRARIES = libmmfcommon.la
 
 includelibmmfcommondir = $(includedir)/mmf
-includelibmmfcommon_HEADERS = include/mm_attrs.h \
-                             include/mm_error.h \
-                             include/mm_message.h \
-                             include/mm_types.h \
-                             include/mm_debug.h \
-                             include/mm_log.h \
-                             include/mm.h \
-                             include/mm_attrs_private.h
+includelibmmfcommon_HEADERS = include/*.h
 
 libmmfcommon_la_SOURCES = mm_attrs.c \
                          mm_attrs_private.c
diff --git a/autogen.sh b/autogen.sh
deleted file mode 100755 (executable)
index 1bf3d9c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-aclocal
-libtoolize --copy -f
-autoheader
-autoconf
-automake --add-missing --copy --foreign