aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-12 13:52:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-12 13:52:55 +0000
commit3923990e6200aeddcd55c48833d72af9d5b1628f (patch)
treef224010191255b11ea54424aab6ecd26ec8d63b9
parentb160688d388f85f01d1ee508356fe92fcfd8db78 (diff)
rename internal header following standard naming scheme, otherwise its missing from the dist tarball
svn path=/trunk/externals/jackx/; revision=16541
-rw-r--r--jack-connect.c2
-rw-r--r--jack-ports.c2
-rw-r--r--jackx.h (renamed from libjackx.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/jack-connect.c b/jack-connect.c
index d8275d6..689367d 100644
--- a/jack-connect.c
+++ b/jack-connect.c
@@ -17,7 +17,7 @@
* this can query and set the port connections on the jack system
*/
-#include "libjackx.h"
+#include "jackx.h"
#include "m_pd.h"
#include <unistd.h>
diff --git a/jack-ports.c b/jack-ports.c
index 68c245b..6c38141 100644
--- a/jack-ports.c
+++ b/jack-ports.c
@@ -18,7 +18,7 @@
*/
-#include "libjackx.h"
+#include "jackx.h"
#include "m_pd.h"
#include <unistd.h>
diff --git a/libjackx.h b/jackx.h
index e1d6ea0..e1d6ea0 100644
--- a/libjackx.h
+++ b/jackx.h