summaryrefslogtreecommitdiff
path: root/graphics/xmedcon/files/patch-etc::Makefile.am
blob: e22b6c046ecf38c0c0e42f6a4be0149ad8bc6604 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- etc/Makefile.am.orig	Sun Oct 13 16:52:25 2002
+++ etc/Makefile.am	Sun Oct 13 21:35:14 2002
@@ -12,15 +12,18 @@
 
 AUTOMAKE_OPTIONS = gnu
 
+if DO_XSUPPORT
 RC_FILES = \
  xmedconrc \
- xmedconrc.linux \
- xmedconrc.win32
-
-ICONS = xmedcon.ico xmedcon.png
+ xmedconrc.linux
+ICONS = xmedcon.png
+else
+RC_FILES =
+ICONS =
+endif
 
-GTK_DIST = README $(RC_FILES) $(ICONS)
+#GTK_DIST = README $(RC_FILES) $(ICONS)
 
 sysconf_DATA = $(RC_FILES) $(ICONS)
 
-EXTRA_DIST = $(GTK_DIST)
+#EXTRA_DIST = $(GTK_DIST)