summaryrefslogtreecommitdiffstats
path: root/service/native/notification_persistent_service/server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'service/native/notification_persistent_service/server/Makefile')
-rwxr-xr-xservice/native/notification_persistent_service/server/Makefile4
1 files changed, 4 insertions, 0 deletions
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