X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FMakefile.am;h=94e06dffa6ca3d891aace9a11fcddb1394e54c4e;hb=afd9ca3c5c3cac30ebdef3a400e6f720d8c48f48;hp=32594340907d530fa4adee4b267ee13cea5ea69b;hpb=494dce9b223d39571ec031bb66d118807ae917d1;p=src%2Fapp-framework-main.git diff --git a/src/Makefile.am b/src/Makefile.am index 3259434..94e06df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,8 +30,9 @@ SECWRP = \ secmgr-wrap.c APPFWK = \ - appfwk.c \ - appfwk-run.c + af-db.c \ + af-launch.c \ + af-run.c AM_CFLAGS = -Wall -Wno-pointer-sign @@ -45,6 +46,7 @@ fwk_icondir = $(fwk_datadir)/icons fwk_prefix = urn:agl: fwk_prefix_permission = $(fwk_prefix)perm: fwk_prefix_plugin = $(fwk_prefix)plugin: +fwk_user_appdir = app-data wgtpkg_trusted_cert_dir = $(fwk_confdir)/certs AM_CFLAGS += -DFWK_CONFIG_DIR=\"$(fwk_confdir)\" @@ -52,6 +54,7 @@ AM_CFLAGS += -DFWK_PREFIX_PERMISSION=\"$(fwk_prefix_permission)\" AM_CFLAGS += -DFWK_PREFIX_PLUGIN=\"$(fwk_prefix_plugin)\" AM_CFLAGS += -DFWK_ICON_DIR=\"$(fwk_icondir)\" AM_CFLAGS += -DFWK_APP_DIR=\"$(fwk_appdir)\" +AM_CFLAGS += -DFWK_USER_APP_DIR=\"$(fwk_user_appdir)\" AM_CFLAGS += -DWGTPKG_TRUSTED_CERT_DIR=\"$(wgtpkg_trusted_cert_dir)\" @@ -85,6 +88,6 @@ wgtpkg_installer_SOURCES = wgtpkg-installer.c ${WGTPKGSRCS} ${WGTSRCS} ${SECWRP} wgtpkg_info_SOURCES = wgtpkg-info.c ${WGTPKGSRCS} ${WGTSRCS} ${OTHERSRCS} -af_usrd_SOURCES = af-usrd.c ${APPFWK} ${WGTSRCS} ${OTHERSRCS} +af_usrd_SOURCES = af-usrd.c ${APPFWK} ${WGTSRCS} ${OTHERSRCS} ${SECWRP}