]> Pileus Git - ~andy/gtk/blobdiff - gtk/Makefile.am
Merge branch 'win32-theme2'
[~andy/gtk] / gtk / Makefile.am
index 75c8703409b955967b31d4c905529ba2612bd5fa..231902f11913b7b22e401ecdaa4dbcfbee522c7f 100644 (file)
@@ -743,7 +743,6 @@ gtk_os_unix_c_sources =             \
        gtkprintoperation-unix.c        \
        gtkprintunixdialog.c            \
         gtkprintbackend.c              \
-       gtksearchenginebeagle.c         \
        gtksearchenginetracker.c
 gtk_all_c_sources += $(gtk_os_unix_c_sources)
 if OS_UNIX
@@ -754,7 +753,6 @@ gtk_private_h_sources += \
        gtkprinteroption.h              \
        gtkprinteroptionset.h           \
        gtkprinteroptionwidget.h        \
-       gtksearchenginebeagle.h         \
        gtksearchenginetracker.h
 gtk_c_sources += $(gtk_os_unix_c_sources)
 endif
@@ -1371,7 +1369,6 @@ GENERATED_ICONS = \
        stock-icons/16/folder-remote.png                \
        stock-icons/16/user-home.png                    \
        stock-icons/16/user-desktop.png                 \
-       stock-icons/16/text-x-generic.png               \
        stock-icons/24/go-previous-rtl.png              \
        stock-icons/24/go-next-rtl.png                  \
        stock-icons/24/go-first-rtl.png                 \
@@ -1383,8 +1380,7 @@ GENERATED_ICONS = \
        stock-icons/24/document-save.png                \
        stock-icons/24/folder-remote.png                \
        stock-icons/24/user-home.png                    \
-       stock-icons/24/user-desktop.png                 \
-       stock-icons/24/text-x-generic.png
+       stock-icons/24/user-desktop.png
 
 # need to copy the icons so that we can replace the generated ones with
 # symlinks, even in the readonly srcdir case