X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=service%2Fnative%2Fnotification_persistent_service%2Fserver%2FMakefile;h=44517ea8596aaf70982c7465d6bc82f4c6eb090f;hb=refs%2Fchanges%2F53%2F25853%2F1;hp=b5b80cb9eb5004ac5df0ecf9c31de534c1202b86;hpb=2398c899d37acd18ba13304460d3248b3ada3e09;p=staging%2Fbasesystem.git diff --git a/service/native/notification_persistent_service/server/Makefile b/service/native/notification_persistent_service/server/Makefile index b5b80cb..44517ea 100755 --- a/service/native/notification_persistent_service/server/Makefile +++ b/service/native/notification_persistent_service/server/Makefile @@ -82,6 +82,10 @@ LDLIBS += -Wl,-Bdynamic -lPosixBasedOS001legacy #-lPosixBasedOS001ClockCycleApi LINK_CXX=Y +install-data: + install -d 755 $(DESTDIR)/var/local/lib/basesystem/nv/BS/ns/npp/rwdata + install -m 644 ./version.txt $(DESTDIR)/var/local/lib/basesystem/nv/BS/ns/npp/rwdata + ######### add library path ############# include ../../native_service.mk