From 510d7da958153afd3749906e2dd816bc9c41efc6 Mon Sep 17 00:00:00 2001 From: "jsc@umbraculum.org" Date: Fri, 26 Apr 2013 09:30:45 +0200 Subject: Re-factored and -written. Does not change working directory. Showing drives on windows when in root is a missing feature (will be fixed later). --- plugingui/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugingui/Makefile.am') diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 53c44e6..3219987 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -14,6 +14,7 @@ plugingui_CFLAGS = $(plugingui_CXXFLAGS) plugingui_SOURCES = \ $(PLUGIN_GUI_SOURCES) \ + directory.cc \ $(top_srcdir)/src/thread.cc \ $(top_srcdir)/src/semaphore.cc @@ -23,7 +24,8 @@ EXTRA_DIST = \ button.h \ checkbox.h \ colour.h \ - eventhandler.h \ + directory.h \ + eventhandler.h \ font.h \ globalcontext.h \ guievent.h \ -- cgit v1.2.3