Fix linux build for new feature (User selected directory)
This commit is contained in:
parent
24fdfe7f5e
commit
957e0c1db5
@ -60,6 +60,7 @@ MODULE_EXT =exe
|
||||
CSFILES =$(srcdir)/AssemblyInfo.cs \
|
||||
$(srcdir)/CasaMain.cs \
|
||||
$(srcdir)/CasaTray.cs \
|
||||
$(srcdir)/DbgFileChooser.cs \
|
||||
$(srcdir)/TrayLib.cs \
|
||||
$(srcdir)/ExportSecrets.cs \
|
||||
$(srcdir)/FileChooser.cs \
|
||||
|
@ -132,6 +132,7 @@ CS_LIBS =Mono.Posix.dll \
|
||||
nunit.util.dll \
|
||||
nunit.mocks.dll \
|
||||
$(CASALIBDIR)/$(TARGET_CFG)/Novell.CASA.Common.dll \
|
||||
$(CASALIBDIR)/$(TARGET_CFG)/Novell.CASA.CASAPolicy.dll \
|
||||
$(CASALIBDIR)/$(TARGET_CFG)/Novell.CASA.DataEngines.GnomeKeyring.dll
|
||||
|
||||
CS_LIBPATH = $(CASALIBDIR)/$(TARGET_CFG) $(srcdir)/test/dependencies
|
||||
|
@ -47,6 +47,7 @@ MODULE_EXT =dll
|
||||
|
||||
CSFILES = $(srcdir)/AssemblyInfo.cs \
|
||||
$(srcdir)/common/LinkedKeyInfo.cs \
|
||||
$(srcdir)/common/ChangePersistentDir.cs \
|
||||
$(srcdir)/common/Utils.cs \
|
||||
$(srcdir)/common/Ping.cs \
|
||||
$(srcdir)/common/ExportXMLSecrets.cs \
|
||||
|
Loading…
Reference in New Issue
Block a user