Add filter change notification mechanism to the Java agent
[deliverable/lttng-ust.git] / doc / examples / java-jul / Makefile
index 154078bf095f75ba44390f1a2b21f0a8ab3920ac..8cbc23b35f70a621e625ed68d3db178a3442f012 100644 (file)
@@ -40,7 +40,7 @@ JC = javac -classpath "$(CLASSPATH):."
 .java.class:
        $(JC) $(JFLAGS) $*.java
 
-CLASSES = Hello.java
+CLASSES = Hello.java FilerChangeListenerExample.java
 
 all: classes
 
This page took 0.02468 seconds and 5 git commands to generate.