Changeset 38278 in vbox for trunk/src/VBox/HostServices/auth
- Timestamp:
- Aug 2, 2011 1:02:50 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 73274
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/auth/Makefile.kmk
r37429 r38278 48 48 # Install the SDK samples. 49 49 INSTALLS += VBoxAuth-samples 50 VBoxAuth-samples_INST = $(INST_SDK) /bindings/auth/50 VBoxAuth-samples_INST = $(INST_SDK)bindings/auth/ 51 51 VBoxAuth-samples_MODE = a+r,u+w 52 52 VBoxAuth-samples_SOURCES = simple/VBoxAuthSimple.cpp … … 56 56 # Install the SDK header. 57 57 INSTALLS += VBoxAuth-sdkhdr 58 VBoxAuth-sdkhdr_INST = $(INST_SDK) /bindings/auth/include/58 VBoxAuth-sdkhdr_INST = $(INST_SDK)bindings/auth/include/ 59 59 VBoxAuth-sdkhdr_MODE = a+r,u+w 60 60 VBoxAuth-sdkhdr_SOURCES = $(PATH_ROOT)/include/VBox/VBoxAuth.h=>VBoxAuth.h
Note:
See TracChangeset
for help on using the changeset viewer.