Changed version.txt to be installed by notification_persistent_service instead of...
[staging/basesystem.git] / service / native / notification_persistent_service / server / Makefile
index b5b80cb..44517ea 100755 (executable)
@@ -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