From 3338dc5479aaa7b641c8c978940a5ea7079046ca Mon Sep 17 00:00:00 2001 From: Qball Cow Date: Fri, 7 Dec 2007 22:42:14 +0100 Subject: [PATCH] testing something --- README | 1 + src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..5fc6b4b --- /dev/null +++ b/README @@ -0,0 +1 @@ +a test diff --git a/src/Makefile.am b/src/Makefile.am index 903bbf3..d5619e6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ #bin_PROGRAMS=osdplugin_la -libdir=${prefix}/share/gmpc/plugins/ +libdir=${prefix}/lib/gmpc/plugins/ lib_LTLIBRARIES = caaplugin.la -- 2.11.4.GIT