diff options
author | Simon Busch <morphis@gravedo.de> | 2013-06-23 20:15:05 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2013-06-23 20:15:05 +0200 |
commit | 87fb149ae2fc166731663fe2671b04291b7dd08f (patch) | |
tree | b11a7079e1be69f9381e41ebc47e224d552d18e5 /samsung-ipc | |
parent | 48aba0e551523257d8f26be08b3cd287c4dad8d7 (diff) | |
download | external_libsamsung-ipc-87fb149ae2fc166731663fe2671b04291b7dd08f.zip external_libsamsung-ipc-87fb149ae2fc166731663fe2671b04291b7dd08f.tar.gz external_libsamsung-ipc-87fb149ae2fc166731663fe2671b04291b7dd08f.tar.bz2 |
Add missing modem_prj.h file to automake configuration
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'samsung-ipc')
-rw-r--r-- | samsung-ipc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samsung-ipc/Makefile.am b/samsung-ipc/Makefile.am index d2cc6a8..4ec43a1 100644 --- a/samsung-ipc/Makefile.am +++ b/samsung-ipc/Makefile.am @@ -44,6 +44,7 @@ libsamsung_ipc_la_SOURCES = \ device/xmm6260/xmm6260_modemctl.h \ device/xmm6260/xmm6260_ipc.c \ device/xmm6260/xmm6260_ipc.h \ + device/xmm6260/modem_prj.h \ device/galaxys2/galaxys2_loader.c \ device/galaxys2/galaxys2_loader.h \ device/galaxys2/galaxys2_ipc.c \ |