aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc')
-rw-r--r--samsung-ipc/Makefile.am5
-rw-r--r--samsung-ipc/partitions/Makefile.am8
2 files changed, 5 insertions, 8 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am
index 2def938..99c3584 100644
--- a/samsung-ipc/Makefile.am
+++ b/samsung-ipc/Makefile.am
@@ -28,14 +28,11 @@ libsamsung_ipc_la_SOURCES = \
$(top_srcdir)/samsung-ipc/gprs.c \
$(top_srcdir)/samsung-ipc/rfs.c \
$(top_srcdir)/samsung-ipc/gen.c \
- $(top_srcdir)/samsung-ipc/partitions/android/android.c \
- $(top_srcdir)/samsung-ipc/partitions/android/android.h \
- $(top_srcdir)/samsung-ipc/partitions/toc/toc.c \
- $(top_srcdir)/samsung-ipc/partitions/toc/toc.h \
$(NULL)
include $(top_srcdir)/samsung-ipc/devices/Makefile.am
include $(top_srcdir)/samsung-ipc/modems/Makefile.am
+include $(top_srcdir)/samsung-ipc/partitions/Makefile.am
libsamsung_ipc_la_LIBADD = \
$(OPENSSL_LIBS) \
diff --git a/samsung-ipc/partitions/Makefile.am b/samsung-ipc/partitions/Makefile.am
index 7402c54..85296f3 100644
--- a/samsung-ipc/partitions/Makefile.am
+++ b/samsung-ipc/partitions/Makefile.am
@@ -1,6 +1,6 @@
libsamsung_ipc_la_SOURCES += \
- $(top_srcdir)/samsung-ipc/partitions/android/android.c \
- $(top_srcdir)/samsung-ipc/partitions/android/android.h \
- $(top_srcdir)/samsung-ipc/partitions/toc/toc.c \
- $(top_srcdir)/samsung-ipc/partitions/toc/toc.h \
+ $(top_srcdir)/samsung-ipc/$(top_srcdir)/samsung-ipc/partitions/android/android.c \
+ $(top_srcdir)/samsung-ipc/$(top_srcdir)/samsung-ipc/partitions/android/android.h \
+ $(top_srcdir)/samsung-ipc/$(top_srcdir)/samsung-ipc/partitions/toc/toc.c \
+ $(top_srcdir)/samsung-ipc/$(top_srcdir)/samsung-ipc/partitions/toc/toc.h \
$(NULL)