summaryrefslogtreecommitdiffstats
path: root/source/gtk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-26 18:03:50 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-12-26 18:03:50 +0000
commit94c81c5bd23dccfee4d47cbcf6e3cd2374053a74 (patch)
treeb0e9814be95c0dc7ca3ec93197e5d13a7e5e459a /source/gtk
parent66436be9bc8e3a361dbea809fb21c949b0e5b5aa (diff)
downloadsamba-94c81c5bd23dccfee4d47cbcf6e3cd2374053a74.tar.gz
samba-94c81c5bd23dccfee4d47cbcf6e3cd2374053a74.tar.xz
samba-94c81c5bd23dccfee4d47cbcf6e3cd2374053a74.zip
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time.
Diffstat (limited to 'source/gtk')
-rw-r--r--source/gtk/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gtk/config.mk b/source/gtk/config.mk
index 5ad1fa71843..5ae5f898327 100644
--- a/source/gtk/config.mk
+++ b/source/gtk/config.mk
@@ -9,8 +9,8 @@ MINOR_VERSION = 0
RELEASE_VERSION = 1
NOPROTO = YES
PUBLIC_HEADERS = common/gtk-smb.h common/select.h
-INIT_OBJ_FILES = common/gtk-smb.o
-ADD_OBJ_FILES = common/select.o \
+OBJ_FILES = common/gtk-smb.o \
+ common/select.o \
common/gtk_events.o \
common/credentials.o
REQUIRED_SUBSYSTEMS = CHARSET LIBBASIC EXT_LIB_gtk RPC_NDR_SAMR