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 27, 2017
1 parent c566645 commit a37600f
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 a37600f

Please sign in to comment.