blob: 7c4ed2ed699822b0ec172c5108861e2d91dfdeff (
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
|
Index: configure.in
===================================================================
--- configure.in (Revision 2743)
+++ configure.in (Arbeitskopie)
@@ -191,7 +191,6 @@
Makefile
src/Makefile
auth-dialog/Makefile
-auth-dialog-general/Makefile
properties/Makefile
po/Makefile.in
])
Index: Makefile.am
===================================================================
--- Makefile.am (Revision 2743)
+++ Makefile.am (Arbeitskopie)
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
if WITH_GNOME
-SUBDIRS = src auth-dialog auth-dialog-general properties po
+SUBDIRS = src auth-dialog properties po
else
SUBDIRS = src
endif
|