copy strres.properties to $(DIST)/bin/res to give StringBundleTest something to work with

git-svn-id: svn://10.0.0.236/trunk@33156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreas.otte%primus-online.de 1999-05-28 21:37:38 +00:00
parent 3e84cf3fad
commit a5c671ac6d

View File

@ -65,3 +65,10 @@ OS_LIBS += /usr/lib/libdl.so
endif
endif
EXPORT_RESOURCE = \
$(srcdir)/strres.properties \
$(NULL)
install::
$(INSTALL) $(EXPORT_RESOURCE) $(DIST)/bin/res