diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 19:57:01 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-21 19:57:01 +0100 |
commit | 9fb79f76e3384a76ca193cd6bae9754eb474689e (patch) | |
tree | 19036993e0fd9fd6cc49f8b172da6ebae7cc414a /plugingui/Makefile.am | |
parent | 98fcf580138858cb1ee0dbe8ff5722849d58d697 (diff) |
Revert "Test fix for rcgen compilation on FreeBSD."
This reverts commit 98fcf580138858cb1ee0dbe8ff5722849d58d697.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 06e936f..49025c7 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -18,7 +18,7 @@ plugingui_SOURCES = \ $(top_srcdir)/src/semaphore.cc \ $(top_srcdir)/src/mutex.cc -rcgen_SOURCES = rcgen_.cc +rcgen_SOURCES = rcgen.cc EXTRA_DIST = \ button.h \ |