blob: 9fabf46ffaa1aebd033c77bdd882f026bf26069d (
plain)
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
28
29
30
31
32
33
34
|
http://bugs.gentoo.org/124192
Index: tools/Makefile.am
===================================================================
RCS file: /cvs/gnome/beagle/tools/Makefile.am,v
retrieving revision 1.68
diff -u -B -p -r1.68 Makefile.am
--- tools/Makefile.am 15 Feb 2006 21:06:01 -0000 1.68
+++ tools/Makefile.am 2 Mar 2006 13:29:55 -0000
@@ -3,9 +3,6 @@
CSC = mcs -debug -nowarn:0169
-applicationsdir = $(datadir)/applications
-applications_DATA = beagle-settings.desktop
-
LOCAL_ASSEMBLIES = \
../Util/Util.dll \
../BeagleClient/Beagle.dll
@@ -167,12 +164,13 @@ man_MANS = \
@INTLTOOL_DESKTOP_RULE@
+if ENABLE_GUI
desktop_in_files = beagle-settings.desktop.in
desktop_files = $(desktop_in_files:.desktop.in=.desktop)
-desktop_h_files = $(desktop_in_files:.in=.in.h)
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_files)
+endif
all: $(TARGETS) $(WRAPPERS)
|