mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Modev make_services to gui
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3312 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
148ccd8440
commit
21429abbf0
1 changed files with 1 additions and 2 deletions
|
@ -28,7 +28,7 @@ GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles
|
|||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
# The application to be compiled
|
||||
TOOL_NAME = gdnc defaults dread dwrite dremove make_services
|
||||
TOOL_NAME = gdnc defaults dread dwrite dremove
|
||||
OBJC_PROGRAM_NAME = gdomap
|
||||
|
||||
# The source files to be compiled
|
||||
|
@ -38,7 +38,6 @@ defaults_OBJC_FILES = defaults.m
|
|||
dread_OBJC_FILES = dread.m
|
||||
dremove_OBJC_FILES = dremove.m
|
||||
dwrite_OBJC_FILES = dwrite.m
|
||||
make_services_OBJC_FILES = make_services.m
|
||||
|
||||
SOURCES = gdomap.c gdnc.m defaults.m dread.m dremove.m dwrite.m
|
||||
|
||||
|
|
Loading…
Reference in a new issue