Remove unneeded change for IDB code.

This commit is contained in:
Shawn Wilsher 2010-06-10 17:39:21 -07:00
parent 4602e1054f
commit d602bfd38d

View File

@ -35,21 +35,13 @@
#
# ***** END LICENSE BLOCK *****
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = \
jsurl \
events \
storage \
offline \
json \
geolocation \
threads \
$(NULL)
DIRS = jsurl events storage offline json geolocation threads
include $(topsrcdir)/config/rules.mk