Skip to content

Commit

Permalink
GUI: Fix src/gui/rules.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
fdde authored and DrMcCoy committed Dec 29, 2017
1 parent dd3e2fc commit 4bf2935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
noinst_LTLIBRARIES += src/gui/libgui.la

QT_UI_FORMS_BUILT = \
ui/ui_mainwindow.h
ui/ui_mainwindow.h \
$(EMPTY)

BUILT_SOURCES += $(QT_UI_FORMS_BUILT)

src_gui_libgui_la_SOURCES =

src_gui_libgui_la_SOURCES += \
src_gui_libgui_la_SOURCES += \
src/gui/about.h \
src/gui/eventid.h \
src/gui/mainwindow.h \
Expand Down

0 comments on commit 4bf2935

Please sign in to comment.