diff options
author | Slávek Banko <[email protected]> | 2016-04-11 11:43:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-04-11 11:43:45 +0200 |
commit | fc72aecb1f4b9f510dc41ebd067a43f049b95761 (patch) | |
tree | c43a5e3dff9597de45911a484c939d43f3fcfc4c /src/Makefile.am | |
parent | 164dfe13e08302aea6ca08ba3b08ac16a9247151 (diff) | |
download | tastymenu-fc72aecb1f4b9f510dc41ebd067a43f049b95761.tar.gz tastymenu-fc72aecb1f4b9f510dc41ebd067a43f049b95761.zip |
Fix build order for buttons.h
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 74df63e..969825b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,8 @@ kde_kcfg_DATA = tastymenu.kcfg EXTRA_DIST = pics +menuhandler.lo: buttons.h + buttons.h: pics/attach.png pics/detach.png $(UIC) -o $@ -embed buttons $^ |