Changeset 53781 in vbox for trunk/src/VBox/HostServices/auth
- Timestamp:
- Jan 13, 2015 11:30:48 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97588
- Location:
- trunk/src/VBox/HostServices/auth
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/auth/Makefile.kmk
r41477 r53781 29 29 VBoxAuth_SOURCES.solaris = pam/VBoxAuthPAM.c 30 30 VBoxAuth_SOURCES.freebsd = pam/VBoxAuthPAM.c 31 VBoxAuth_SOURCES.win = winlogon/winlogon.cpp 31 VBoxAuth_SOURCES.win = winlogon/winlogon.cpp winlogon/VBoxAuth.rc 32 32 VBoxAuth_SOURCES.darwin = directoryservice/directoryservice.cpp 33 33 VBoxAuth_LIBS.linux = $(LIB_RUNTIME) dl … … 45 45 VBoxAuthSimple_TEMPLATE = VBOXMAINCLIENTDLL 46 46 VBoxAuthSimple_SOURCES = simple/VBoxAuthSimple.cpp 47 VBoxAuthSimple_SOURCES.win = simple/VBoxAuthSimple.rc 47 48 48 49 # Install the SDK samples.
Note:
See TracChangeset
for help on using the changeset viewer.