summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2015-10-17 09:26:23 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2015-10-17 09:26:23 +0200
commit66eebea2c35d0fa308b698c134d9942a1dbc1073 (patch)
treeecdd8c1e0f7fb518c3b7ceb0474a30ab1909b4f1 /src
parent9e2d5dae5e5391682c99abfd2683ea1c1b0cb281 (diff)
build: Don't dist resources.h resources.c
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-gtk/Makefile.am b/src/fe-gtk/Makefile.am
index df91bee8..bd00db74 100644
--- a/src/fe-gtk/Makefile.am
+++ b/src/fe-gtk/Makefile.am
@@ -39,10 +39,11 @@ notify_c = notifications/notification-dummy.c
 endif
 endif
 
+nodist_hexchat_SOURCES = resources.h resources.c
 hexchat_SOURCES = ascii.c banlist.c chanlist.c chanview.c custom-list.c \
 	dccgui.c editlist.c fe-gtk.c fkeys.c gtkutil.c ignoregui.c joind.c menu.c \
 	maingui.c notifygui.c $(notify_c) palette.c pixmaps.c plugin-tray.c $(plugingui_c) \
-	plugin-notification.c rawlog.c resources.h resources.c servlistgui.c setup.c $(iso_codes_c) \
+	plugin-notification.c rawlog.c servlistgui.c setup.c $(iso_codes_c) \
 	sexy-spell-entry.c textgui.c urlgrab.c userlistgui.c xtext.c
 hexchat_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_builddir)/src/common