From fbf70814f0f03f2bcb5d8466f3f13939623f45c3 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Sat, 28 May 2011 12:22:54 +0000 Subject: [PATCH] Fixed make dist. --- gsmartcontrol/src/res/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsmartcontrol/src/res/Makefile.am b/gsmartcontrol/src/res/Makefile.am index 5feb133..2c744aa 100644 --- a/gsmartcontrol/src/res/Makefile.am +++ b/gsmartcontrol/src/res/Makefile.am @@ -16,7 +16,7 @@ libres_a_SOURCES = # List _all_ sources that may be compiled. This is basically the same list as # in configure.ac, but with .cpp extensions and without paths. EXTRA_libres_a_SOURCES = gsc_about_dialog.glade.cpp gsc_about_dialog.ui.cpp \ - gsc_add_device_window.glade.cpp gsc_add_drive_window.ui.cpp \ + gsc_add_device_window.glade.cpp gsc_add_device_window.ui.cpp \ gsc_executor_log_window.glade.cpp gsc_executor_log_window.ui.cpp \ gsc_help_window.glade.cpp gsc_help_window.ui.cpp \ gsc_info_window.glade.cpp gsc_info_window.ui.cpp \