diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-05-04 17:05:46 +0200 |
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-05-04 17:05:46 +0200 |
| commit | f4b130c25db123b28594a0f4abe739635e507faa (patch) | |
| tree | ef02fc00b31a7c7533286c261709bfc2a2d43c01 | |
| parent | ac53410cffe5bfa7027bfa5d7d56248f5f490c06 (diff) | |
Errornous target name.
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01ef438..0e59695 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ muniacli_LDADD = $(LIBWEBSOCKETS_LIBS) muniacli_CXXFLAGS = $(LIBWEBSOCKETS_CFLAGS) -muniad_SOURCES = \ +muniacli_SOURCES = \ muniacli.cc EXTRA_DIST = \ |
