diff options
| author | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-17 11:48:43 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zprikryl@redhat.com> | 2009-06-17 11:48:43 +0200 |
| commit | 536c0b4efe3d20bb3351e01e8540730bfbce1eef (patch) | |
| tree | dae4d37fc2281ae3d2e65f311d9184732dfa3c3e /src/CLI/Makefile.am | |
| parent | 8e8558fd67905923d0f0b6b1c081faa4ef4267ff (diff) | |
| download | abrt-536c0b4efe3d20bb3351e01e8540730bfbce1eef.tar.gz abrt-536c0b4efe3d20bb3351e01e8540730bfbce1eef.tar.xz abrt-536c0b4efe3d20bb3351e01e8540730bfbce1eef.zip | |
remaned to proper name (Command Line Interface)
Diffstat (limited to 'src/CLI/Makefile.am')
| -rw-r--r-- | src/CLI/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CLI/Makefile.am b/src/CLI/Makefile.am new file mode 100644 index 0000000..cfc16df --- /dev/null +++ b/src/CLI/Makefile.am @@ -0,0 +1,3 @@ +bin_PROGRAMS = abrt-cmd +abrt_cmd_SOURCES = ABRTSocket.cpp ABRTSocket.h Cmd.cpp +abrt_cmd_CPPFLAGS = -I$(srcdir)/../../inc
\ No newline at end of file |
