diff options
author | David Robillard <d@drobilla.net> | 2006-10-04 21:45:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-10-04 21:45:20 +0000 |
commit | e2be8e3c437f9543172988649e7b32f79dda72e9 (patch) | |
tree | 42003d916b59c00e6b878f1addc2842cdd202b65 /src/Makefile.am | |
parent | a91c8f3147c69248b9e705726d4d985f8aa57975 (diff) | |
download | patchage-e2be8e3c437f9543172988649e7b32f79dda72e9.tar.gz patchage-e2be8e3c437f9543172988649e7b32f79dda72e9.tar.bz2 patchage-e2be8e3c437f9543172988649e7b32f79dda72e9.zip |
Moved generic utility stuff to new library "raul".
git-svn-id: http://svn.drobilla.net/lad/patchage@156 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9a9e65d..4a22449 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,6 @@ dist_sharefiles_DATA = patchage.glade bin_PROGRAMS = patchage patchage_SOURCES = \ main.cpp \ - Mutex.h \ Patchage.h \ Patchage.cpp \ StateManager.h \ |