summaryrefslogtreecommitdiffstats
path: root/dcop/KDE-ICE/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'dcop/KDE-ICE/Makefile.am')
-rw-r--r--dcop/KDE-ICE/Makefile.am38
1 files changed, 38 insertions, 0 deletions
diff --git a/dcop/KDE-ICE/Makefile.am b/dcop/KDE-ICE/Makefile.am
new file mode 100644
index 000000000..b75fc0a13
--- /dev/null
+++ b/dcop/KDE-ICE/Makefile.am
@@ -0,0 +1,38 @@
+
+AM_CFLAGS = -DICE_t -DTRANS_SERVER -DTRANS_CLIENT -DUNIXCONN -DANSICPP
+INCLUDES = $(all_includes)
+
+noinst_LTLIBRARIES = libkICE.la
+
+noinst_HEADERS = ICE.h \
+ ICEconn.h \
+ ICElib.h \
+ ICElibint.h \
+ ICEmsg.h \
+ ICEproto.h \
+ ICEutil.h \
+ Xtrans.h \
+ Xtransint.h \
+ Xfuncproto.h \
+ globals.h
+
+libkICE_la_SOURCES = accept.c \
+ authutil.c \
+ connect.c \
+ error.c \
+ getauth.c \
+ iceauth.c \
+ listen.c \
+ listenwk.c \
+ locking.c \
+ misc.c \
+ ping.c \
+ process.c \
+ protosetup.c \
+ register.c \
+ replywait.c \
+ setauth.c \
+ shutdown.c \
+ watch.c \
+ transport.c \
+ globals.c