diff options
author | Lillian Angel <langel@redhat.com> | 2006-06-08 20:27:54 +0000 |
---|---|---|
committer | Lillian Angel <langel@redhat.com> | 2006-06-08 20:27:54 +0000 |
commit | 03e889390dd4a61c1bd981fd746018de47b5351b (patch) | |
tree | e62a1b0644d967248596b10423dcd110741ed3d7 /native/plugin/Makefile.am | |
parent | 8f192b2dd13eaed478d34496dff2dbac9e458ee8 (diff) | |
download | classpath-03e889390dd4a61c1bd981fd746018de47b5351b.tar.gz |
2006-06-08 Lillian Angel <langel@redhat.com>
* native/plugin/Makefile.am:
Changed DATA_DIRECTORY to be ~/.gcjwebplugin.
* native/plugin/gcjwebplugin.cc:
Changed all instances of PLUGIN_DATA_DIRECTORY
to DATA_DIRECTORY.
Diffstat (limited to 'native/plugin/Makefile.am')
-rw-r--r-- | native/plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/plugin/Makefile.am b/native/plugin/Makefile.am index 19c7618d8..381be1407 100644 --- a/native/plugin/Makefile.am +++ b/native/plugin/Makefile.am @@ -4,7 +4,7 @@ libgcjwebplugin_la_SOURCES = gcjwebplugin.cc libgcjwebplugin_la_CXXFLAGS = \ -Wall -DAPPLETVIEWER_EXECUTABLE="\"$(bindir)/appletviewer\"" \ - -DPLUGIN_DATA_DIRECTORY="\"$(PLUGIN_DIR)/gcjwebplugin-data\"" \ + -DDATA_DIRECTORY="\"$(HOME)/.gcjwebplugin\"" \ $(MOZILLA_CFLAGS) $(GLIB_CFLAGS) $(GTK_CFLAGS) libgcjwebplugin_la_LDFLAGS = -avoid-version \ |