CFLAGS=-I/usr/src/redhat/BUILD/mozilla/dist/include

all:
	g++ $(CFLAGS) -shared -c psmshim.cpp
	ld -shared -o libpsmjedimindtrick.so psmshim.o
